home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / 173aext.zip / RBBSZIP.ZIP / ZIPTV.DOC < prev    next >
Text File  |  1989-09-09  |  6KB  |  207 lines

  1.   
  2.   
  3.                                 Z i p   T V
  4.   
  5.                              Version 2.0, 09-9-89
  6.   
  7.                   Online Zipfile Directory/Text View Module
  8.   
  9.                                  ZIPTV20.ZIP
  10.   
  11.           Copyright (C) 1989 Samuel H. Smith;  ALL RIGHTS RESERVED
  12.   
  13.   
  14.                         This program is supported by:
  15.   
  16.                               The Tool Shop BBS
  17.                                  Phoenix, AZ
  18.                         (602) 279-2673 (2400) - Free node
  19.                         (602) 264-3969 (HST 9600)
  20.                         (602) 279-0230 (Hayes V9600)
  21.   
  22.   
  23. 'ZIPTV' is a small zipfile text-view utility.   It allows you to
  24. directly list out text files in a zipfile without first extracting them.
  25. This version is compatible with network filesharing.  It is based on the
  26. zipfile text-view function in ProDOOR.   Run ZIPTV without parameters
  27. for a summary of command syntax.
  28.  
  29. This utility can be used as a simple DOOR in systems that can provide
  30. one or more filespecs for zipfile viewing.
  31.  
  32. This utility is compatible with PKware PKZ090.EXE, PKZ092.EXE and
  33. PKZ101.EXE file formats.
  34.  
  35.  
  36. Usage
  37. -----
  38.    ziptv [-Pport] [-Tminutes] [-Llines] FILE[.zip] ... FILE  [<IN] [>OUT]
  39.  
  40.    -Pn   Enables com port COMn and monitors carrier.
  41.          Local operation allowed with -P0.
  42.  
  43.    -Tn   Allows user to stay in program for n minutes.
  44.  
  45.    -Ln   Specifies lines per page in 'more?' prompts.
  46.  
  47.  
  48. Example PCBVIEW.BAT for PCBoard 14.0  (dos 3.3 and later)
  49. ------------------------------------
  50.    @ziptv -p1 %1 >pcbview.txt
  51.  
  52.  
  53. Example PCBVIEW.BAT for PCBoard 14.0  (dos 3.2 and earlier)
  54. ------------------------------------
  55.    echo off
  56.    ziptv -p1 %1 >pcbview.txt
  57.  
  58.  
  59. Example PROD.CNF for ProDoor 2.9  (2-18-89 and later)
  60. --------------------------------
  61.    ; Archive manipulation commands
  62.    ;  list members, text to stdout, xtract file to file, test, rearc
  63.    ZIPtv -p$N$ -t$TIME$
  64.    pkunZIP -c >$R$
  65.    proxZIP >$R$
  66.    pkunZIP -t >$R$
  67.    prorarc $R$
  68.    .ZIP has errors!
  69.  
  70.  
  71. Example PRO-R.BAT for ProDoor 3.0
  72. ---------------------------------
  73.    :zip
  74.    chkpath ziptv %0 >>%3
  75.    if errorlevel 1 goto end
  76.    ziptv -p%1 -t%2 >>%3 %4
  77.    if errorlevel 1 goto error
  78.    goto end
  79.  
  80.  
  81. Revision history
  82. ----------------
  83.  
  84. 2-16-89
  85.    Initial alpha test release.  Not all compression methods are
  86.    implemented.
  87.  
  88. 2-18-89
  89.    The 'unshrink' procedure is now working partially.  It stops when the
  90.    'partial clear' code is received (this happens after about 30k of
  91.    text has already been seen).  This version of ziptv is probably good
  92.    enough for general use.  Look for a fix to this last unshrink bug in
  93.    the next week.
  94.  
  95. 3-5-89
  96.    First fully operational release; should correctly unzip all
  97.    compression methods.  First public release of source code.
  98.  
  99. 3-10-89
  100.    Cleaned up error messages during carrier loss and timeout. Reduced
  101.    memory needs by about 12k during unshrinking.
  102.  
  103. 3-14-89
  104.    Fixed a new bug in 3-10 version that caused endless message scrolling
  105.    when carrier was lost.   Added code to detect local operation.  If A
  106.    -p1 or -p2 parameter is provided, but carrier is not present when the
  107.    door initializes, it will assume "local mode via PCBoard" and will
  108.    disable the carrier check.  This should allow sysop access to ZIPTV
  109.    via pcboard's F V function.  If a caller is online and drops carrier
  110.    just as ZIPTV loses carrier, the program will time out and recycle
  111.    the board after the time specified in the -T parameter.
  112.  
  113. 4-7-89
  114.    Corrected time-left calculation when crossing over midnight.
  115.  
  116. 7-18-89
  117.    Added automatic support for EGA 43 line screen modes.
  118.    Added partial support for dos version 2.
  119.  
  120. 9-1-89
  121.    Beta release supporting PKZ101 "implode" compression format. This
  122.    version has not yet been optimized for speed or memory and probably
  123.    has some bugs.
  124. 9-5-89
  125.    Optimized memory usage during un-Implode operation.
  126.    Added -L option to control lines per page.
  127.  
  128. 9-9-89
  129.    Added support for non-standard COM port configurations.  To use
  130.    com ports other than the normal COM1 and COM2, you can now insert the
  131.    following statements in your batch file:
  132.         SET COMBASE=nnnn        ;port base I/O address (decimal)
  133.         SET COMIRQ=n            ;port IRQ setting
  134.  
  135.    Released as ZIPTV20.ZIP.
  136.  
  137.  
  138. LICENSE
  139. =======
  140.  
  141.    SourceWare: What is it?
  142.    -----------------------
  143.  
  144.    SourceWare is my name for a unique concept in user supported 
  145.    software. 
  146.    
  147.    Programs distributed under the SourceWare concept always offer
  148.    complete source code. 
  149.  
  150.    This package can be freely distributed so long as it is not 
  151.    modified or sold for profit.  If you find that this program is 
  152.    valuable,  you can send me a donation for what you think it is 
  153.    worth.  I suggest about $10.
  154.  
  155.    Send your contributions to:
  156.       Samuel. H. Smith
  157.       5119 N. 11 ave 332
  158.       Phoenix, Az 85013
  159.  
  160.  
  161.    Why SourceWare?
  162.    ---------------
  163.  
  164.    Why do I include source code?  Why isn't the donation 
  165.    manditory?  The value of good software should be self-evident.  
  166.    The source code is the key to complete understanding of a 
  167.    program.  You can read it to find out how things are done.  You 
  168.    can also change it to suit your needs, so long as you do not 
  169.    distribute the modified version without my consent. 
  170.  
  171.  
  172.    Copyright
  173.    ---------
  174.  
  175.    If you modify this program, I would appreciate a copy of the 
  176.    new source code.   I am holding the copyright on the source 
  177.    code, so please don't delete my name from the program files or 
  178.    from the documentation. 
  179.  
  180.  
  181.  
  182.  
  183. SUPPORT
  184. =======
  185.  
  186.    I work very hard to produce a software package of the highest 
  187.    quality and functionality.  I try to look into all reported 
  188.    bugs, and will generally fix reported problems within a few 
  189.    days.  
  190.  
  191.    Since this is user supported software under the SourceWare 
  192.    concept,  I don't expect you to contribute if you don't like it 
  193.    or if it doesn't meet your needs. 
  194.  
  195.    If you have any questions, bugs, or suggestions, please contact 
  196.    me at: 
  197.        The Tool Shop BBS
  198.        (602) 279-2673 (2400) - Free node
  199.        (602) 264-3969 (HST 9600)
  200.        (602) 279-0230 (Hayes V9600)
  201.  
  202.    The latest version is always available for downloading. 
  203.  
  204.    Enjoy!     Samuel H. Smith
  205.               Author and Sysop of The Tool Shop.
  206.    
  207.